home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / pg3233.dxr / 03233 Scripts Int_14_Main Reading Script.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  169 b   |  11 lines

  1. on exitFrame
  2.   UtilUpdateFrame()
  3.   if soundBusy(1) then
  4.     go(the frame)
  5.   else
  6.     startTimer()
  7.     unLoad(1, the frame)
  8.     UtilGoToFrame(the frame + 1)
  9.   end if
  10. end
  11.